home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Inscrn2.PRG
-
- DESCRIPTION: Demonstrates the use of multiple input screens for
- each record.
-
- ISSUE: April, 1985
- PAGE: D3-22
-
- SOFTWARE VERSIONS: dBASE III, versions 1.0, 1.1
-
- FUNCTION: This routine demonstrates multiple screen input forms
- using format files. The user can page backward, forward, go to
- the first or last screen, or exit from the routine.
-
- FILES NEEDED: Inscrn2.PRG
- Screen1.FMT
- Screen2.FMT
- Screen3.FMT
-
- SETUP INSTRUCTIONS: In Inscrn2.PRG, substitute the names of your
- database file for Yourfile in the USE and INDEX command
- statements. For each screen of your input form, create a format
- file. Name your format files "Screen" plus the number of the
- screen in order of your input form. For example, the first file
- should be named Screen1.FMT, the second Screen2.FMT, and so on.
- At the beginning of the program initialize the memory variable
- "lastpage" to the number of the last screen in your form. To
- execute this routine, either from a dot prompt or a command file,
- type: DO Inscrn2.